-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
errorprone 2.3.3 -> 2.3.4 #1082
Conversation
Generate changelog in
|
* Fix GradleCacheableTaskAction on error-prone 2.3.4 * Fix Slf4jConstantLogMessageTests: Don't reuse CompilationHelper instances
👍 |
@iamdanfox this will need an approval from you as well since it includes my PR. |
@@ -54,6 +54,7 @@ allprojects { | |||
check("PreferSafeLoggableExceptions", CheckSeverity.OFF) | |||
check("PreferSafeLoggingPreconditions", CheckSeverity.OFF) | |||
check("PreconditionsConstantMessage", CheckSeverity.OFF) | |||
check("GradleCacheableTaskAction", CheckSeverity.OFF) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can re-enable this as soon as this repo upgrades to a version of baseline that includes this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's really scary that a bump in error_prone_annotations
alone (which looks like it should be a sort of API, not implementation) changes the implementation logic.
👍 bulldozer? |
Released 2.38.0 |
Before this PR
error-prone's last release was in March, with a ton of cool stuff piled up on develop.
After this PR
==COMMIT_MSG==
We now run error-prone 2.3.4, to benefit from smarter static analysis, and hopefully pick up the claimed performance Improvements:
https://github.com/google/error-prone/releases
Possible downsides?